@charset "UTF-8";

.video-js {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-trailer {
  background-image: url("../images/video-bg.png");
}

.video-vipService {
  background-image: url("../images/video-vipService.jpg");
}

.video-inspiration {
  background-image: url("../images/video-inspiration.jpg");
}

.video-originalTaste {
  background-image: url("../images/video-originalTaste.jpg");
}

@font-face {
  font-family: Avenir;
  src: url(../static/font/Avenir.ttc);
}

* {
  padding: 0;
  margin: 0;
  font-family: verdana, sans-serif, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei" !important;
  font-size: inherit;
}

.fa {
  font-family: FontAwesome !important;
}

a {
  text-decoration: none;
  color: #414141;
  cursor: pointer;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: #414141;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #37a3cb;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
}

.centerArea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.video-js {
  margin: 0 auto;
}

/* .video-js .vjs-big-play-button {
  display: none;
} */

.col-md-4,
.col-sm-4,
.col-xs-4 {
  padding: 0;
}

.clear {
  clear: both;
}

.center-area {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.anchorBL {
  display: none;
}

.ie_low_version {
  display: block;
  height: 70px;
  background: #41b2da;
  color: white;
  line-height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.ie_low_version>div {
  padding: 0 40px;
}

.ie_low_version span {
  float: right;
  display: block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  color: black;
  text-align: center;
  font-size: 14px;
  margin-top: 23px;
  cursor: pointer;
}

.ie_low_version a {
  color: white;
  margin: 0 2px;
}

.ie_low_version+div {
  margin-top: 70px;
}

.AboutUs .banner {
  background: url(../images/aboutUs-banner.jpg) no-repeat top center;
  background-size: cover;
}

#servicesBanner {
  background: url(../images/services-banner.jpg?v=2) no-repeat top center / cover;
}

#servicesBannerHsiu {
  background: url(../images/servicesBannerHsiu.jpg?v=2) no-repeat top center / cover;
}

.transitionLable {
  opacity: 0;
  filter: alpha(opacity=0) \9;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -webkit-transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.select {
  opacity: 1;
  filter: alpha(opacity=100) \9;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.service-type .service-img {
  -webkit-transform: translate3d(600px, 0, 0);
  transform: translate3d(600px, 0, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -webkit-transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 2.5s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.service-type .service-img.transitionLable.select {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.green-channel .channel-container:first-child a .info {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding-left: 65px;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
}

header {
  position: relative;
  background: whitesmoke;
}

header .logoContainer {
  float: left;
  padding-left: 16px;
}

header .logoContainer a {
  display: block;
  width: 192px;
  height: 35px;
  background: url("../images/logo.png") no-repeat left center;
  background-size: auto 35px;
  margin-top: 22px;
}

header .menuBtn {
  float: right;
  width: 44px;
  height: 44px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  margin-top: 18px;
  display: block;
}

header .menuBtn i {
  color: #41b2da;
  background-color: #41b2da;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  display: block;
}

.swiper-container1 {
  height: 712px;
}

.swiper-container1 .banner-pagination {
  bottom: 20px;
}

.swiper-container1 .banner-pagination .swiper-pagination-bullet {
  width: 64px;
  height: 4px;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
}

.swiper-container1 .banner-pagination .swiper-pagination-bullet-active {
  width: 128px;
  opacity: 1;
  background: #fff;
  height: 6px;
}

.swiper-container1 .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-container1 .swiper-wrapper .swiper-slide .en {
  width: 514px;
  height: 140px;
  position: absolute;
  bottom: 253px;
  left: 117px;
  font-weight: 200;
  line-height: 46px;
  background: url("../images/slide-en.png");
}

.swiper-container1 .swiper-wrapper .swiper-slide .ch {
  width: 521px;
  height: 63px;
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  bottom: 164px;
  left: 117px;
  background: url("../images/slide-ch.png");
}

.green-channel .channel-container {
  width: 16.6666%;
  float: left;
  display: block;
  height: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f8f8f8));
  background: linear-gradient(180deg, #fcfcfc 0%, #f8f8f8 100%);
}

.green-channel .channel-container a {
  display: block;
  height: 140px;
  text-align: center;
}

.green-channel .channel-container a span {
  font-size: 18px;
  color: #343c48;
  line-height: 25px;
  padding-top: 58px;
}

.green-channel .channel-container a:hover span {
  color: #37a3cb;
}

.green-channel .channel-container .kjtd {
  background: url("../images/kjtd.png") left bottom no-repeat;
  background-size: auto 140px;
}

.green-channel .channel-container .cdzs span {
  background: url("../images/cdzs.png") left bottom no-repeat;
  background-size: auto 35px;
  display: inline-block;
  padding-left: 75px;
  opacity: 0;
  filter: alpha(opacity=0) \9;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 2.5s, background 1s, color 1s,
    -webkit-transform 2.5s;
  transition: opacity 2.5s, background 1s, color 1s, -webkit-transform 2.5s;
  -webkit-transition: opacity 2.5s, background 1s, color 1s,
    -webkit-transform 2.5s;
  -webkit-transition: opacity 2.5s, background 1s, color 1s, -webkit-transform 2.5s;
  transition: opacity 2.5s, transform 2.5s, background 1s, color 1s;
  transition: opacity 2.5s, transform 2.5s, background 1s, color 1s, -webkit-transform 2.5s;
  transition: opacity 2.5s, transform 2.5s, background 1s, color 1s,
    -webkit-transform 2.5s;
  transition: opacity 2.5s, transform 2.5s, background 1s, color 1s,
    -webkit-transform 2.5s;
  -webkit-transition: opacity 2.5s, -webkit-transform 2.5s, background 1s,
    color 1s;
}

.green-channel .channel-container .cyfw span {
  background: url("../images/cyfw.png") left bottom no-repeat;
  background-size: auto 40px;
  display: inline-block;
  padding-left: 52px;
  opacity: 0;
  filter: alpha(opacity=0) \9;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 3s, background 1s, color 1s,
    -webkit-transform 3s;
  transition: opacity 3s, background 1s, color 1s, -webkit-transform 3s;
  -webkit-transition: opacity 3s, background 1s, color 1s,
    -webkit-transform 3s;
  -webkit-transition: opacity 3s, background 1s, color 1s, -webkit-transform 3s;
  transition: opacity 3s, transform 3s, background 1s, color 1s;
  transition: opacity 3s, transform 3s, background 1s, color 1s, -webkit-transform 3s;
  transition: opacity 3s, transform 3s, background 1s, color 1s,
    -webkit-transform 3s;
  transition: opacity 3s, transform 3s, background 1s, color 1s,
    -webkit-transform 3s;
  -webkit-transition: opacity 3s, -webkit-transform 3s, background 1s,
    color 1s;
}

.green-channel .channel-container .jscs span {
  background: url("../images/jscs.png") left bottom no-repeat;
  background-size: auto 40px;
  display: inline-block;
  padding-left: 55px;
  opacity: 0;
  filter: alpha(opacity=0) \9;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 3.5s, background 1s, color 1s,
    -webkit-transform 3.5s;
  transition: opacity 3.5s, background 1s, color 1s, -webkit-transform 3.5s;
  -webkit-transition: opacity 3.5s, background 1s, color 1s,
    -webkit-transform 3.5s;
  -webkit-transition: opacity 3.5s, background 1s, color 1s, -webkit-transform 3.5s;
  transition: opacity 3.5s, transform 3.5s, background 1s, color 1s;
  transition: opacity 3.5s, transform 3.5s, background 1s, color 1s, -webkit-transform 3.5s;
  transition: opacity 3.5s, transform 3.5s, background 1s, color 1s,
    -webkit-transform 3.5s;
  transition: opacity 3.5s, transform 3.5s, background 1s, color 1s,
    -webkit-transform 3.5s;
  -webkit-transition: opacity 3.5s, -webkit-transform 3.5s, background 1s,
    color 1s;
}

.green-channel .channel-container .xzzx span {
  background: url("../images/xzzx.png") left bottom no-repeat;
  background-size: auto 40px;
  display: inline-block;
  padding-left: 51px;
  opacity: 0;
  filter: alpha(opacity=0) \9;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 4.5s, background 1s, color 1s,
    -webkit-transform 4.5s;
  transition: opacity 4.5s, background 1s, color 1s, -webkit-transform 4.5s;
  -webkit-transition: opacity 4.5s, background 1s, color 1s,
    -webkit-transform 4.5s;
  -webkit-transition: opacity 4.5s, background 1s, color 1s, -webkit-transform 4.5s;
  transition: opacity 4.5s, transform 4.5s, background 1s, color 1s;
  transition: opacity 4.5s, transform 4.5s, background 1s, color 1s, -webkit-transform 4.5s;
  transition: opacity 4.5s, transform 4.5s, background 1s, color 1s,
    -webkit-transform 4.5s;
  transition: opacity 4.5s, transform 4.5s, background 1s, color 1s,
    -webkit-transform 4.5s;
  -webkit-transition: opacity 4.5s, -webkit-transform 4.5s, background 1s,
    color 1s;
}

.green-channel .channel-container .lxwm span {
  background: url("../images/lxwm.png") left bottom no-repeat;
  background-size: auto 40px;
  display: inline-block;
  padding-left: 54px;
  opacity: 0;
  filter: alpha(opacity=0) \9;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 5s, background 1s, color 1s,
    -webkit-transform 5s;
  transition: opacity 5s, background 1s, color 1s, -webkit-transform 5s;
  -webkit-transition: opacity 5s, background 1s, color 1s,
    -webkit-transform 5s;
  -webkit-transition: opacity 5s, background 1s, color 1s, -webkit-transform 5s;
  transition: opacity 5s, transform 5s, background 1s, color 1s;
  transition: opacity 5s, transform 5s, background 1s, color 1s, -webkit-transform 5s;
  transition: opacity 5s, transform 5s, background 1s, color 1s,
    -webkit-transform 5s;
  transition: opacity 5s, transform 5s, background 1s, color 1s,
    -webkit-transform 5s;
  -webkit-transition: opacity 5s, -webkit-transform 5s, background 1s,
    color 1s;
}

.green-channel .smart-animate.channel-container:first-child a span,
.green-channel .smart-animate.channel-container:first-child a .info {
  opacity: 1;
  filter: alpha(opacity=100) \9;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.green-channel .smart-animate.channel-container:first-child+.smart-animate.channel-container .cdzs span {
  opacity: 1;
  filter: alpha(opacity=100) \9;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.green-channel .smart-animate.channel-container:first-child+.smart-animate.channel-container+.smart-animate.channel-container .cyfw span {
  opacity: 1;
  filter: alpha(opacity=100) \9;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.green-channel .smart-animate.channel-container:first-child+.smart-animate.channel-container+.smart-animate.channel-container+.smart-animate.channel-container .jscs span {
  opacity: 1;
  filter: alpha(opacity=100) \9;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.green-channel .smart-animate.channel-container:first-child+.smart-animate.channel-container+.smart-animate.channel-container+.smart-animate.channel-container+.smart-animate.channel-container .xzzx span,
.green-channel .smart-animate.channel-container:first-child+.smart-animate.channel-container+.smart-animate.channel-container+.smart-animate.channel-container+.smart-animate.channel-container+.smart-animate.channel-container .lxwm span {
  opacity: 1;
  filter: alpha(opacity=100) \9;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.green-channel .channel-container .jscs:hover span {
  background: url(../images/jscs-blue.png) left bottom no-repeat;
  background-size: auto 40px;
  color: #37a3cb;
}

.green-channel .channel-container .cyfw:hover span {
  background: url(../images/cyfw-blue.png) left bottom no-repeat;
  background-size: auto 40px;
  color: #37a3cb;
}

.green-channel .channel-container .xzzx:hover span {
  background: url(../images/xzzx-blue.png) left bottom no-repeat;
  background-size: auto 40px;
  color: #37a3cb;
}

.green-channel .channel-container .lxwm:hover span {
  background: url(../images/lxwm-blue.png) left bottom no-repeat;
  background-size: auto 40px;
  color: #37a3cb;
}

.green-channel .channel-container:first-child {
  background: #f2f6f9;
}

.green-channel .channel-container:first-child a {
  line-height: inherit;
  height: 140px;
}

.green-channel .channel-container:first-child a span {
  padding-top: 49px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0) \9;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 1.5s, color 1s, -webkit-transform 1.5s;
  transition: opacity 1.5s, color 1s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, color 1s;
  transition: opacity 1.5s, transform 1.5s, color 1s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, color 1s,
    -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, color 1s,
    -webkit-transform 1.5s;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s, color 1s;
}

.green-channel .channel-container:first-child a .info {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding-left: 65px;
}

.video-news .center-area .news-title {
  text-align: center;
}

.video-news .center-area .news-title .title {
  font-size: 32px;
  color: #4a4a4a;
  line-height: 43px;
  padding-top: 43px;
}

.video-news .center-area .news-title .info {
  font-size: 24px;
  color: #41b2da;
  line-height: 32px;
}

.video-news .center-area .news-container {
  margin-top: 30px;
  margin-bottom: 0;
}

.video-news .center-area .news-container .left {
  float: left;
  width: 49.5%;
}

.video-news .center-area .news-container .left .video {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-news .center-area .news-container .left .video:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}

.video-news .center-area .news-container .left .swiper-container-news {
  max-height: 321px;
}

.video-news .center-area .news-container .left .swiper-container-news .swiper-wrapper {
  height: 100%;
}

.video-news .center-area .news-container .left .swiper-container-news .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 80, 156, 0.3)), to(rgba(61, 176, 245, 0)));
  background: linear-gradient(180deg, rgba(8, 80, 156, 0.3) 0%, rgba(61, 176, 245, 0) 100%); */
}

.video-news .center-area .news-container .left .swiper-container-news .swiper-wrapper .swiper-slide a p {
  position: absolute;
  left: 24px;
  top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
}

.video-news .center-area .news-container .left .swiper-container-news .swiper-wrapper .swiper-slide a img {
  z-index: -1;
  position: relative;
}

.video-news .center-area .news-container .left .swiper-container-news .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.81);
  opacity: 1;
}

.video-news .center-area .news-container .left .swiper-container-news .swiper-pagination-bullet-active {
  background: #f5a92a;
}

.video-news .center-area .news-container .left .swiper-container-news .news-prev,
.video-news .center-area .news-container .left .swiper-container-news .news-next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-size: inherit;
  top: 55%;
}

.video-news .center-area .news-container .left .swiper-container-news .news-prev {
  background-image: url(../images/right_arrow.png);
  left: 16px;
}

.video-news .center-area .news-container .left .swiper-container-news .news-next {
  background-image: url(../images/left_arrow.png);
  right: 16px;
}

.video-news .center-area .news-container .left .video-contain {
  margin-top: 6px;
  background: url(../images/new_video_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  text-align: center;
}

.video-news .center-area .news-container .left .video-contain a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  padding: 7px;
}

.video-news .center-area .news-container .left .video-contain .icon {
  position: absolute;
  right: 16px;
  top: 17px;
  width: 10px;
  height: 14px;
  background: url(../images/video_icon.png) no-repeat center;
  background-size: cover;
}

.video-news .center-area .news-container .right {
  float: left;
  width: 47.25%;
  margin-left: 38px;
}

.video-news .center-area .news-container .right .news-ul .news-li {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.video-news .center-area .news-container .right .news-ul .news-li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.video-news .center-area .news-container .right .news-ul .news-li .first-title {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-news .center-area .news-container .right .news-ul .news-li .first-time {
  float: right;
  font-size: 14px;
  color: rgba(66, 66, 66, 0.7);
  line-height: 22px;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news {
  margin-top: 22px;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-left {
  display: inline-block;
  float: left;
  width: 197px;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-left a {
  display: block;
  overflow: hidden;
  background: whitesmoke;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-left a img {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-left a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right {
  display: inline-block;
  float: left;
  margin-left: 30px;
  max-width: 340px;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .info a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 88px;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .info a p {
  font-size: 14px;
  color: rgba(66, 66, 66, 0.7);
  line-height: 22px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .info a:hover p {
  color: #37a3cb;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .more {
  margin-top: 10px;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .more a {
  font-size: 14px;
  color: #424242;
  position: relative;
}

.video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .more a .icon {
  position: absolute;
  top: 2px;
  right: -16px;
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url("../images/more-right.png") right top no-repeat;
  background-size: 9px 12px;
}

.video-news .center-area .news-container .right .news-ul .news-li .page-title {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 22px;
  display: block;
  width: calc(100% - 16px);
  padding-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-news .center-area .news-container .right .news-ul .news-li .page-title:hover {
  color: #37a3cb;
}

.video-news .center-area .news-container .right .news-ul .news-li .time {
  display: block;
  font-size: 14px;
  color: #424242;
  line-height: 22px;
  padding-top: 10px;
}

.video-news .center-area .news-container .right .news-ul .news-li i {
  display: block;
  width: 13px;
  height: 14px;
  background: url("../images/list-right.png") no-repeat center;
  background-size: auto 14px;
  position: absolute;
  top: 36px;
  right: 0;
}

.video-news .center-area .news-container .right .news-ul .news-li:last-child {
  border-bottom: none;
}

.video-news .center-area .news-container .right .li-more {
  height: 40px;
  background: #38c9ff;
  text-align: center;
  margin-top: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-news .center-area .news-container .right .li-more:hover {
  background: #2ca9d8;
}

.video-news .center-area .news-container .right .li-more a {
  display: block;
  line-height: 40px;
  font-size: 12px;
  color: #ffffff;
  position: relative;
}

.video-news .center-area .news-container .right .li-more a .icon {
  width: 9px;
  height: 13px;
  background: url("../images/more2.png") no-repeat bottom center;
  background-size: auto 13px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 54%;
}

.video-news .center-area .news-container .bottom-news {
  margin-top: 30px;
}

.video-news .center-area .news-container .bottom-news ul {
  overflow: hidden;
}

.video-news .center-area .news-container .bottom-news ul li {
  float: left;
  width: 48%;
  padding: 12px 12px 12px 26px;
  border: 1px solid #bfe5f3;
  margin-bottom: 16px;
  position: relative;
}

.video-news .center-area .news-container .bottom-news ul li:nth-child(odd) {
  width: 49.5%;
}

.video-news .center-area .news-container .bottom-news ul li:nth-child(even) {
  margin-left: 3.17%;
  width: 47.25%;
}

.video-news .center-area .news-container .bottom-news ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(66, 66, 66, 0.7);
  line-height: 22px;
  display: block;
  vertical-align: middle;
}

.video-news .center-area .news-container .bottom-news ul li a .list-time {
  padding-right: 4%;
  border-right: 1px solid rgba(151, 151, 151, 0.2);
}

.video-news .center-area .news-container .bottom-news ul li a .list-title {
  padding-left: 4%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.video-news .center-area .news-container .bottom-news ul li a .icon {
  position: absolute;
  top: 16px;
  right: 12px;
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url("../images/more-right.png") right top no-repeat;
  background-size: 9px 12px;
}

.video-news .center-area .news-container .bottom-news ul li:hover .list-title {
  color: #37a3cb;
}

.video-news .center-area .news-container .index-view-more {
  margin-top: 32px;
  font-size: 16px;
  font-family: Avenir;
  font-weight: 300;
  color: rgba(65, 178, 218, 0.75);
  line-height: 24px;
  text-align: center;
  display: block;
}

.video-news .center-area .news-container .index-view-more:hover {
  color: #37a3cb;
}

.meeting-center {
  margin-top: 70px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(233, 233, 235, 0.4)), to(rgba(219, 228, 237, 0.4)));
  background: linear-gradient(270deg, rgba(233, 233, 235, 0.4) 0%, rgba(219, 228, 237, 0.4) 100%);
  padding-bottom: 97px;
}

.meeting-center .meeting-top {
  text-align: center;
  padding-top: 67px;
}

.meeting-center .meeting-top .title {
  font-size: 32px;
  color: #4a4a4a;
  line-height: 43px;
}

.meeting-center .meeting-top .en {
  font-size: 24px;
  color: rgba(224, 173, 87, 0.5);
  line-height: 32px;
  margin-top: 4px;
}

.meeting-center .meeting-top .info {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 28px;
  padding-top: 20px;
  width: 95%;
  margin: 0 auto;
}

.meeting-center .meeting-top .info p {
  margin-bottom: 0;
}

.meeting-center .info-word {
  padding-top: 30px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.meeting-center .info-word p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 28px;
}

.service-type {
  background: -webkit-gradient(linear, right top, left top, from(rgba(233, 233, 235, 0.4)), to(rgba(219, 228, 237, 0.4)));
  background: linear-gradient(270deg, rgba(233, 233, 235, 0.4) 0%, rgba(219, 228, 237, 0.4) 100%);
  position: relative;
}

.service-type .top-content {
  text-align: center;
}

.service-type .top-content .sevice-main-title {
  font-size: 32px;
  color: #4a4a4a;
  line-height: 43px;
}

.service-type .top-content .sevice-main-entitle {
  font-size: 24px;
  color: #41b2da;
  line-height: 32px;
  margin-bottom: 30px;
}

.service-type .service-img .service {
  position: relative;
  display: inline-block;
  display: none;
}

.service-type .service-img .service .link {
  display: block;
  overflow: hidden;
}

.service-type .service-img .service .title {
  position: absolute;
  top: 52px;
  left: 40px;
}

.service-type .service-img .service .title .word {
  display: block;
  font-size: 24px;
  color: #f4f6f8;
  line-height: 32px;
}

.service-type .service-img .service .title .info {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 5px;
  line-height: 22px;
  letter-spacing: 2px;
}

.service-type .service-img .service .more {
  position: absolute;
  right: 37px;
  bottom: 38px;
  display: block;
}

.service-type .service-img .service .more .word {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  background: url(../images/right.png) no-repeat right;
  padding-right: 28px;
  background-size: 20px 20px;
}

.service-type .marqueeleft {
  height: 216px;
  width: 100%;
  overflow: hidden;
}

.service-type .marqueeleft ul {
  float: left;
}

.service-type .marqueeleft ul li {
  float: left;
  margin: 0 6px;
  display: inline;
  width: 288px;
  height: 216px;
  overflow: hidden;
  position: relative;
}

.service-type .marqueeleft ul li .pic {
  display: block;
  width: 288px;
  height: 216px;
  overflow: hidden;
}

.service-type .marqueeleft ul li .pic img {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.service-type .marqueeleft ul li .title {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(37, 43, 47, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.service-type .marqueeleft ul li .title .word-center {
  margin-top: 86px;
}

.service-type .marqueeleft ul li .title .word-center .word {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}

.service-type .marqueeleft ul li .title .word-center .info {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.service-type .marqueeleft ul li:hover a img {
  transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.service-type .marqueeleft ul li:hover .title {
  opacity: 0;
}

.map-container {
  margin-top: 113px;
  margin-right: 20px;
  position: relative;
}

.map-container .map-wrap {
  /* background: url("../images/map.png") center top / auto 100% no-repeat;*/
  height: 486px;
  width: 95.07%;
  display: block;
  position: relative;
}

.map-container .map-wrap a {
  position: absolute;
  right: 0;
  background: #f2f6f9;
  height: 50px;
  width: 269px;
  text-align: center;
  line-height: 50px;
  bottom: 0;
  margin-bottom: -25px;
  color: #4a4a4a;
  font-size: 18px;
  z-index: 2;
}

.map-container .map-wrap .location-container {
  width: 42%;
  height: 185px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  cursor: auto;
  background-color: rgba(242, 246, 249, 0.9);
  background-image: url("../images/map-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 152px;
  margin-bottom: -25px;
}

.map-container .map-wrap .location-container .location {
  font-size: 18px;
  color: #4a81b6;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.map-container .map-wrap .location-container .word {
  font-size: 14px;
  color: #4a81b6;
  line-height: 22px;
  margin-bottom: 5px;
}

.map-container .map-wrap .location-container .location-warp {
  margin-left: 20%;
  margin-top: 24px;
}

.map-container .triangle {
  position: absolute;
  top: 0;
  left: 0;
}

.map-container .location-containe2 {
  width: 100%;
  height: 152px;
  margin-top: 50px;
  display: none;
}

.map-container .location-containe2 .location-warp2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.map-container .location-containe2 .location-warp2 .location2 {
  font-size: 18px;
  color: #4a81b6;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.map-container .location-containe2 .location-warp2 .word2 {
  font-size: 14px;
  color: #4a81b6;
  line-height: 22px;
  margin-bottom: 5px;
}

.amap-container {
  overflow: inherit;
}

footer {
  margin-top: 78px;
  background: #444444;
}

footer .backTop {
  position: fixed;
  right: 22px;
  bottom: 100px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background: url(../image/to_top.png) no-repeat center;
  z-index: 999;
  opacity: 0.53;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

footer .backTop:hover {
  opacity: 1;
}

footer .hid {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

footer .center-area2 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

footer .footer-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 25px;
}

footer .center-area2 .col-md-2 {
  padding: 0;
}

footer .center-area2 .col-md-2 .item h5 {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 600;
  margin-top: 43px;
  margin-bottom: 21px;
}

footer .center-area2 .col-md-2 .item ul {
  list-style-type: disc;
  margin-left: 16px;
  color: #ebebeb;
}

footer .center-area2 .col-md-2 .item ul li {
  margin-bottom: 8px;
}

footer .center-area2 .col-md-2 .item ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
}

footer .center-area2 .col-md-2 .item ul li a:hover {
  color: white;
}

footer .logo-img-container {
  text-align: center;
  margin-top: 28px;
  font-size: 0;
}

footer .logo-img-container span {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
}

footer .logo-img-container span:first-child {
  position: relative;
  /*width:78px;
              height:90px;
              background:url(../images/footer-logo-img4.png)no-repeat center;
              background-size:cover;*/
}

footer .logo-img-container span:first-child::after {
  content: "";
  position: absolute;
  height: 64px;
  width: 1px;
  background: #d8d9de;
  right: -16px;
  top: 0px;
}

footer .copy-right .left {
  font-size: 12px;
  color: rgba(249, 249, 249, 0.6);
  line-height: 22px;
  margin-bottom: 0;
}

footer .copy-right .left .right {
  float: right;
  font-size: 12px;
  color: rgba(249, 249, 249, 0.6);
  line-height: 22px;
  letter-spacing: 2px;
  padding-left: 26px;
  padding-right: 5%;
}

footer .center-area2 .col-md-2:nth-last-of-type(2) .item h5,
footer .center-area2 .col-md-2:nth-last-of-type(2) .f-code {
  text-align: center;
}

footer .links .f-links li.col-md-2:nth-of-type(7) a,
footer .links .f-links li.col-md-2:nth-of-type(14) a {
  padding-left: 12%;
}

/*footer .logo-img-container span:last-child {
  width:64px;
  height:84px;
  background:url(../images/footer-logo-img2.png)no-repeat center;
  background-size:cover;
}*/
@media (max-width: 1400px) {
  .single-page .company-intro {
    background: none;
  }

  .single-page .news-container .fgza-introduction .photo #GL {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  body .warp {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  header {
    height: 82px;
  }

  header .logoContainer {
    padding-left: 28px;
    position: relative;
    z-index: 99;
  }

  header nav {
    height: 100%;
    padding-left: 240px;
    padding-right: 220px;
  }

  header nav .navContainer {
    height: 100%;
    margin: 0 auto;
  }

  header nav .navContainer>ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
  }

  header nav .navContainer>ul>li {
    /* float: left;
    padding: 28px calc(7.14% - 34px); */
    position: relative;
    padding: 28px 2%;
  }

  header nav .navContainer>ul>li>a {
    font-size: 14px;
    line-height: 26px;
    position: relative;
  }

  header nav .navContainer>ul>li>a:after {
    position: absolute;
    top: 45px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #2ca9d8;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }

  header nav .navContainer>ul>li ul {
    height: 52px;
    max-height: 0;
    min-width: 625px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  header nav .navContainer>ul>li ul.shownav {
    display: block !important;
    min-height: 52px;
  }

  header nav .navContainer>ul li:hover a {
    color: #37a3cb;
  }

  header nav .navContainer>ul li:hover a:after {
    width: 100%;
  }

  header nav .navContainer>ul li:hover .bg {
    z-index: 98;
  }

  header nav .navContainer .bg {
    position: absolute;
    width: 20000px;
    left: -6000px;
    height: 56px;
    background: #41b2da;
    top: 82px;
    max-height: 0;
    opacity: 0;
    /* Firefox 4 */
    /* Opera */
    -webkit-transition: max-height 0.5s, -webkit-opacity 0.5s;
    -webkit-transition: max-height 0.5s, opacity 0.5s;
    transition: max-height 0.5s, opacity 0.5s;
    z-index: 97;
  }

  header nav .navContainer .bg.shownav {
    opacity: 1;
    max-height: 56px;
  }

  header .rightSide {
    position: absolute;
    height: 82px;
    width: 210px;
    top: 0;
    right: 0;
    background: #f9f9f9;
  }

  header .rightSide a {
    display: block;
    height: 100%;
    line-height: 82px;
    text-align: center;
  }

  header .rightSide .search i {
    margin-top: 34px;
  }

  header .rightSide .ICAA {
    background: url("../images/ICCA.png") no-repeat center;
  }

  header .topContainer {
    position: relative;
  }

  header .phoneSearch {
    position: absolute;
    right: 0;
    top: 82px;
    background: whitesmoke;
    width: 270px;
    height: 66px;
    padding: 16px 24px;
    border-radius: 0px 0px 2px 2px;
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
  }

  header .phoneSearch form {
    height: 32px;
    border-bottom: 2px solid #414141;
    padding-bottom: 8px;
    width: 248px;
    position: relative;
  }

  header .phoneSearch form .searchValue {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    border: none;
    outline: none;
    background: none;
    color: #414141;
  }

  header .phoneSearch form .deleteBtn {
    display: none;
  }

  header .phoneSearch form .searchBtn {
    width: 33px;
    height: 33px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  header .phoneSearch form i {
    color: #414141;
    position: absolute;
    top: 4px;
    right: 10px;
  }

  header .phoneSearch.showIpt {
    z-index: 999;
    opacity: 1;
    filter: Alpha(opacity=100);
  }

  header .menuBtn {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  header .logoContainer {
    padding-left: 48px;
  }

  header nav {
    padding-left: 300px;
    padding-right: 300px;
  }

  header .rightSide {
    width: 270px;
  }
}

@media only screen and (max-width: 1280px) {
  .video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right {
    margin-left: 8px;
    width: calc(100% - 205px);
  }

  .video-news .center-area .news-container .left {
    width: 45%;
  }

  .video-news .center-area .news-container .right {
    width: 50%;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .first-time {
    display: none;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .page-title {
    padding-top: 8px;
  }

  .video-news .center-area .news-container .right .li-more {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .map-container .map-wrap .location-container {
    display: none;
  }

  .map-container .location-containe2 {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .service-type .service-img {
    display: inline-block;
    margin-left: calc((100% - 1200px) / 2);
  }
}

@media only screen and (min-width: 993px) and (max-width: 1299px) {
  .service-type .service-img {
    margin-left: 2.5%;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .video-news .center-area .news-container .right .news-ul .news-li {
    padding-bottom: 3px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .img-news {
    margin-top: 6px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .time {
    padding-top: 0px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li i {
    top: 24px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .page-title {
    padding-top: 8px;
  }

  .video-news .center-area .news-container .right .li-more {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  header .phoneSearch {
    position: relative;
    padding-bottom: 8px;
    border-bottom: 2px solid #111;
    margin: 82px 15px 0;
    font-size: 0;
    height: 40px;
  }

  header .phoneSearch .searchValue {
    display: inline-block;
    width: 90%;
    padding: 5px 42px 5px 7.5px;
    font-size: 16.5px;
    line-height: 1;
    color: #111;
    letter-spacing: 0.06em;
    border: 0;
  }

  header .phoneSearch .deleteBtn {
    display: none;
    position: absolute;
    top: 2px;
    left: 80%;
    width: 25px;
    height: 25px;
    background: gainsboro url(../images/close.svg) no-repeat center;
    background-size: 10px auto;
    border: none;
    border-radius: 50%;
  }

  header .phoneSearch .searchBtn {
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 38px;
    height: 33px;
    z-index: 999;
  }

  header .phoneSearch i {
    display: inline-block;
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #3c3c3c;
  }

  .green-channel .channel-container:first-child a span {
    font-size: 16px;
  }

  .green-channel .channel-container:first-child a .info {
    font-size: 12px;
    padding-left: 54px;
  }

  .map-container {
    margin-top: 50px;
  }

  footer {
    margin-top: 0;
  }

  footer .foot-list {
    display: none;
  }

  header .logoContainer a {
    margin-top: 12px;
  }

  .list-page .list-news ul li a .news-info .abstract {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  footer .copy-right .left {
    text-align: center;
  }

  footer .copy-right .left .right {
    /*width: 164px;*/
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .swiper-container1 .banner-pagination .swiper-pagination-bullet {
    width: 20px;
  }

  .swiper-container1 .banner-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }

  .video-news .center-area .news-container .bottom-news ul li:nth-child(odd) {
    width: 100%;
  }

  .video-news .center-area .news-container .bottom-news ul li:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }

  .video-js {
    width: 460px;
    height: 410px;
  }

  .green-channel .channel-container {
    width: 25%;
  }

  .green-channel .channel-container:first-child {
    display: none;
  }

  .green-channel .channel-container:nth-of-type(6) {
    width: 100%;
  }

  .video-news .center-area .news-container {
    margin-bottom: 0;
  }

  .video-news .center-area .news-container .left {
    width: 100%;
    text-align: center;
  }

  .video-news .center-area .news-container .left .swiper-container-news {
    max-height: inherit;
  }

  .video-news .center-area .news-container .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right {
    max-width: 100%;
    width: calc(100% - 235px);
    margin-left: 30px;
  }

  .service-type {
    padding-bottom: 30px;
  }

  .service-type .service-img {
    position: inherit;
    top: 0;
    text-align: center;
    left: 0;
    padding-top: 30px;
    width: 95%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 650px) {
  .video-js {
    width: 300px;
    height: 200px;
  }

  .green-channel .channel-container {
    width: 50%;
  }

  .green-channel .channel-container:nth-of-type(6) {
    width: 100%;
  }

  .list-page .list-news ul li a .news-info .title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

@media only screen and (max-width: 520px) {
  .green-channel .channel-container:first-child a .info {
    padding-left: 0;
  }
}

@media only screen and (max-width: 520px) {
  .video-news .center-area .news-container .right .news-ul .news-li .first-title {
    display: block;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .page-title {
    display: block;
    width: calc(100% - 26px);
  }

  .video-news .center-area .news-container .right .news-ul .news-li .img-news .list-left {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .info a {
    height: auto;
  }

  .video-news .center-area .news-container .right .li-more a .icon {
    left: 56%;
  }

  .map-container .map-wrap a {
    width: 140px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 413px) {
  .video-news .center-area .news-container .bottom-news ul li a .list-title {
    width: 62%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  header .rightSide .ICAA {
    background: url(../images/ICCA@2x.png) no-repeat center;
  }

  .green-channel .channel-container .kjtd {
    background: url(../images/kjtd2x.png) left center no-repeat;
    background-size: auto 140px;
  }

  .green-channel .channel-container .cdzs span {
    background: url(../images/cdzs2x.png) left bottom no-repeat;
    background-size: auto 35px;
  }

  .green-channel .channel-container .jscs span {
    background: url(../images/jscs2x.png) left bottom no-repeat;
    background-size: auto 40px;
  }

  .green-channel .channel-container .xzzx span {
    background: url(../images/xzzx2x.png) left bottom no-repeat;
    background-size: auto 40px;
  }

  .green-channel .channel-container .lxwm span {
    background: url(../images/lxwm2x.png) left bottom no-repeat;
    background-size: auto 40px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li .img-news .list-right .more a .icon {
    background: url(../images/more-right2x.png) right top no-repeat;
    background-size: auto 12px;
  }

  .video-news .center-area .news-container .right .news-ul .news-li i {
    background: url(../images/list-right2x.png) no-repeat center;
    background-size: auto 14px;
  }

  .video-news .center-area .news-container .right .li-more a .icon {
    background: url(../images/more22x.png) no-repeat bottom center;
    background-size: auto 13px;
  }

  .service-type .service-img .service .more .word {
    background: url(../images/right2x.png) no-repeat right;
    background-size: auto 20px;
  }

  header .logoContainer a {
    background: url(../images/logo2x.png) no-repeat left center;
    background-size: auto 35px;
  }

  section .swiper-container .swiper-button-next {
    background: url(../images/right.png) no-repeat center;
    background-size: auto 32px;
  }

  section .swiper-container .swiper-button-prev {
    background: url(../images/left.png) no-repeat center;
    background-size: auto 32px;
  }
}

@media (min-width: 992px) {
  footer .col-md-2 {
    width: 14.285714285714286%;
  }
}

.foot-links .links h5 {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 600;
  margin-top: 43px;
  margin-bottom: 18px;
}

.foot-links .links .f-links {
  margin-bottom: 12px;
}

.foot-links .links .f-links li {
  margin-bottom: 18px;
}

.foot-links .links .f-links li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
}

.foot-links .links .f-links li a:hover {
  color: white;
}

@media only screen and (max-width: 1024px) {

  footer .foot-links,
  footer .logo-img-container {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */